home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / AUTOCAD / H107.ZIP / APR91.ZIP / README.DOC < prev    next >
Text File  |  1991-05-13  |  4KB  |  82 lines

  1. CADalyst   Computer Programs from April, 1991
  2. -------------------------------------------------------------------------
  3.  
  4. The file you've just un-archived (APR91.EXE) contains all of the AutoCAD 
  5. related code which appeared in the April, 1991 issue of CADalyst magazine.  
  6. It is prepared as a service to readers of CADalyst magazine. In the unlikely 
  7. event that any of the code should prove to contain errors, please contact 
  8. CADalyst Publications, 1727 W. Broadway, 4th Floor, Vancouver, BC Canada V6J 
  9. 4W6 or call (604) 737-1088.  
  10.  
  11. The publisher makes no warranty concerning the function or fitness of any 
  12. program and/or subroutine reproduced in this archive file and shall have no 
  13. liability or responsibility to any recipient with respect to any liability, 
  14. loss or damage directly or indirectly arising out of the use of the programs 
  15. and/or subroutines contained in this archive file, including, but not limited 
  16. to, any loss of business or other incidental or consequential damages.  
  17.  
  18. (c) Copyright CADalyst Publications Ltd., 1991. All rights reserved. The 
  19. programs and/or subroutines contained in the archive file are copyright 
  20. CADalyst Publications, 1991 and/or the original authors. While you are free to 
  21. copy and use these programs and/or subroutines, any copyright notices appearing 
  22. within them must remain unaltered.  
  23.  
  24. The file names of AutoLISP routines appearing in Hot Tip Harry have been 
  25. changed to reflect the tip number rather than the author's original file name 
  26. (as in TIP250.LSP). Hatch patterns are filed under the actual hatch pattern 
  27. name and are cross-referenced to their tip number in the list below.  
  28.  
  29. The files comprise code from the following articles: 
  30.  
  31. -----------------------------------------------------------------------------
  32. THE AUTOLISP TOOLBOX (pg. 89-91)
  33.                   by Barry Bowen
  34.  
  35.     BOLT.DWG     [Article Figure 1]   Original figure accompanying article 
  36.                                       showing HBOLTP.DWG, as well as a hex bolt 
  37.                                       and washer in elevation view and a hex 
  38.                                       nut in elevation view.  
  39.  
  40.     HBOLTP.DWG                        HBOLTP.DWG is a 1x1 unit block used by 
  41.                                       HBOLT.LSP to draw both the hex nut and 
  42.                                       bolt in plan view.
  43.  
  44.     WASHEL.DWG                        A 1x1 unit polygon saved as a block with 
  45.                                       the base point in the middle of the top 
  46.                                       side.  
  47.  
  48.     HBOLT.DAT    [Article Figure 2]   File containing parametric data needed to 
  49.                                       create the hex bolts.
  50.  
  51.     HNUT.DAT     [Article Figure 3]   File containing parametric data needed to 
  52.                                       create the hex nuts.
  53.  
  54.     AWASHER.DAT  [Article Figure 4]   File containing parametric data need to 
  55.                                       create the type A plain washers.
  56.  
  57.     BOLT.LSP     [Article Figure 5]   BOLT.LSP draws hex nuts and bolts in plan 
  58.                                       and elevation after first prompting for 
  59.                                       the bolt or nut size and then reading the 
  60.                                       parametric data from the appropriate 
  61.                                       file.  
  62.  
  63. -----------------------------------------------------------------------------
  64. THE CAD COOKBOOK (pg. 92-93)
  65.                   by Phil Kreiker
  66.  
  67.     PDIM.LSP     [Article Figure 4]   PDIM.LSP implements a PDIM command to 
  68.                                       prepare for dimensioning in paper space.  
  69.  
  70. -----------------------------------------------------------------------------
  71. HOT TIP HARRY (pg. 96-102)
  72.                   by Shelley Chapman
  73.     TIP645.LSP    Edit Text or Attributes (Steve Kloehr)...............TIP645
  74.     TIP647.LSP    Better Rotate (Trevar Chapmon).......................TIP647
  75.     TIP648.LSP    Match Entities (Rob Tushek)..........................TIP648
  76.     TIP649.LSP    English-Metric Unit Replacement (Mel Sloan)..........TIP649
  77.     TIP650.LSP    Wave The Flag (Watson Kilbourne).....................TIP650
  78.  
  79.         Note: There is no code for TIP641, 642, 643, 644, and 646.
  80.  
  81. [end README.DOC]
  82.